Skip to content

Conversation

@vdice
Copy link
Contributor

@vdice vdice commented Nov 26, 2024

When running the postgres-v3 example, I hit the following error on a request to the write endpoint:

$ curl -i localhost:3000/write
HTTP/1.1 500 Internal Server Error
transfer-encoding: chunked
date: Tue, 26 Nov 2024 22:41:19 GMT

Error::QueryFailed("Error { kind: Db, cause: Some(DbError { severity: \"ERROR\", parsed_severity: Some(Error), code: SqlState(E42703), message: \"column \\\"published\\\" of relation \\\"articletest\\\" does not exist\", detail: None, hint: None, position: Some(Original(54)), where_: None, schema: None, table: None, column: None, datatype: None, constraint: None, file: Some(\"parse_target.c\"), line: Some(1080), routine: Some(\"checkInsertTargets\") }) }")

Here I'm guessing it should be publisheddate. Is this correct?

@fibonacci1729 fibonacci1729 merged commit 02d5d63 into spinframework:main Dec 2, 2024
3 checks passed
@vdice vdice deleted the fix/postgres-v3-published-column branch December 2, 2024 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants